home *** CD-ROM | disk | FTP | other *** search
/ Risc World 5 / Risc World 5.iso / SOFTWARE / Issue6 / VICE / VICE.ZIP / doc / BUGS < prev    next >
Text File  |  2005-01-24  |  3KB  |  81 lines

  1. - Xaw UI context popup menu for drive attach is broken if more than two drives
  2.   are active.
  3.  
  4. - Screenshots with activated PAL emulation do not deliver the expected
  5.   (blurry) result. 
  6.  
  7. - Some basic features of the VDC are missing. In the MS-DOS port you
  8.   have to save the configuration and restart the emulator when
  9.   changing VDC double size mode.
  10.  
  11. - In the C128 emulation VIC-II and VDC palette can not coexist
  12.   currently in some ports.
  13.  
  14. - The VIC-II implementation lacks cycle exact sprite collision
  15.   support.  Also in NTSC mode some lines are missing at the bottom of
  16.   the screen.
  17.  
  18. - The 2MHz mode of the C128 is not supported.
  19.  
  20. - The CBM-II emulation is not fully supported in all ports.
  21.  
  22. - When loading a snapshot, the monitor break/watchpoints break.
  23.   (at least in xpet)
  24.  
  25. - The Linux/DGA2 code is known to be unstable, especially when
  26.   switching back to window mode under some circumstances.
  27.   DGA2 shows strange keyboard behavior (shifted keys sometimes do not
  28.   work) with certain XFree drivers (e.g. NVIDIA drivers).
  29.   The code won't be improved significantly by the current author
  30.   (deprecated). 
  31.       
  32. - The Linux/DGA1 and Linux/VIDMODE fullscreen support may be unstable
  33.   on some systems. Double size/scan does not work currenty.
  34.  
  35. - The Unix/Gnome port file selector filter does not take care about
  36.   directories which are most probably filtered out and not
  37.   listed. Once the directory is changed within the file selector the
  38.   filter doesn't apply anymore and directories are shown.
  39.  
  40. - Files and directories beginning with a period are not shown in
  41.   the unix + gnome file selection dialogs. Usually, gnome apps have a
  42.   "Show hidden files" button in such dialogs; Vice/Gnome doesn't
  43.   support this so far.
  44.  
  45. - The custom TextField widget is buggy and can cause crashes on
  46.   DEC/Alpha machines, and possibly on other systems too.  If you get
  47.   weird X protocol errors or the file selector makes the emulator die
  48.   when you close it, this might be the cause.  In that case, recompile
  49.   with the `--disable-textfield' option.  If it still does not work,
  50.   please tell us.
  51.  
  52. - Some DEC/Alpha machines crash due to the XAW implementation.
  53.   Compile VICE with GNOME support `--enable-gnomeui' instead.
  54.  
  55. - When a key which is shifted on the real machine but unshifted on the
  56.   PC or Unix keyboard you are using is pressed, the virtual shift is
  57.   pressed together (i.e. at the same clock cycle) with the main key;
  58.   this could not work with some keyboard routines.  If you have to
  59.   use the function keys, press the (real) shift key manually (e.g. F2
  60.   = Shift + F1, F4 = Shift + F3 and so on); this also works with other
  61.   keys.
  62.  
  63. - The CBM-II emulator, when the execution bank is set to an open
  64.   memory bank, sets the zeropage and stack access to unmapped, but
  65.   actually existing memory. This is a bug but cannot be avoided with
  66.   the current CPU code architecture.
  67.  
  68. - When running the burn-in and diagnostics test of the 8296 system
  69.   disk on "xpet -model 8296" a lot of stuff fails.
  70.  
  71. - Although both are emulated in the xcbm2 emulator, switching between
  72.   C510 and C6x0/7x0 is not possible at runtime. Use command line
  73.   option "xcbm -model 510".
  74.  
  75. - Dual disk drive 2040/3040 support (DOS1, 670 blocks free) is not
  76.   working 
  77.  
  78. - In the C510 emulation the VIC-II timing is not exact, i.e. the
  79.   stopping of the CPU during bad lines is wrong.
  80.  
  81.